home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail-5.65 / cf / m4 / boilerplate.m4 next >
Encoding:
Text File  |  1989-01-03  |  2.0 KB  |  111 lines

  1. divert(10)
  2. #
  3. #  Sendmail
  4. #  Copyright (c) 1983  Eric P. Allman
  5. #  Berkeley, California
  6. #
  7. #  Copyright (c) 1983 Regents of the University of California.
  8. #  All rights reserved.  The Berkeley software License Agreement
  9. #  specifies the terms and conditions for redistribution.
  10. #
  11. #    @(#)boilerplate.m4    1.2 (Berkeley) 1/3/89
  12. #
  13. divert(0)
  14. ######################
  15. #   Special macros   #
  16. ######################
  17.  
  18. # my name
  19. DnMAILER-DAEMON
  20. # UNIX header format
  21. DlFrom $g  $d
  22. # delimiter (operator) characters
  23. Do.:%@!^=/[]
  24. # format of a total name
  25. Dq$g$?x ($x)$.
  26. # SMTP login message
  27. De$j Sendmail $v/$Z ready at $b
  28.  
  29. ###############
  30. #   Options   #
  31. ###############
  32.  
  33. # location of alias file
  34. OA/usr/lib/aliases
  35. # wait up to ten minutes for alias file rebuild
  36. Oa10
  37. # substitution for space (blank) characters
  38. OB.
  39. # (don't) connect to "expensive" mailers
  40. #Oc
  41. # default delivery mode (deliver in background)
  42. Odbackground
  43. # temporary file mode
  44. OF0600
  45. # default GID
  46. Og1
  47. # location of help file
  48. OH/usr/lib/sendmail.hf
  49. # log level
  50. OL9
  51. # default network name
  52. ONARPA
  53. # default messages to old style
  54. Oo
  55. # queue directory
  56. OQ/usr/spool/mqueue
  57. # read timeout -- violates protocols
  58. Or2h
  59. # status file
  60. OS/usr/lib/sendmail.st
  61. # queue up everything before starting transmission
  62. Os
  63. # default timeout interval
  64. OT3d
  65. # time zone names (V6 only)
  66. OtPST,PDT
  67. # default UID
  68. Ou1
  69. # wizard's password
  70. OW*
  71. # load average at which we just queue messages
  72. Ox8
  73. # load average at which we refuse connections
  74. OX12
  75.  
  76. ###########################
  77. #   Message precedences   #
  78. ###########################
  79.  
  80. Pfirst-class=0
  81. Pspecial-delivery=100
  82. Pbulk=-60
  83. Pjunk=-100
  84.  
  85. #####################
  86. #   Trusted users   #
  87. #####################
  88.  
  89. Troot
  90. Tdaemon
  91. Tuucp
  92.  
  93. #########################
  94. #   Format of headers   #
  95. #########################
  96.  
  97. H?P?Return-Path: <$g>
  98. HReceived: $?sfrom $s $.by $j ($v/$Z)
  99.     id $i; $b
  100. H?D?Resent-Date: $a
  101. H?D?Date: $a
  102. H?F?Resent-From: $q
  103. H?F?From: $q
  104. H?x?Full-Name: $x
  105. HSubject:
  106. # HPosted-Date: $a
  107. # H?l?Received-Date: $b
  108. H?M?Resent-Message-Id: <$t.$i@$j>
  109. H?M?Message-Id: <$t.$i@$j>
  110.  
  111.